projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cac0bd
)
(update_compositions): Fix typo (use the correct variable).
author
Kenichi Handa
<handa@m17n.org>
Wed, 6 Dec 2000 00:28:48 +0000
(
00:28
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 6 Dec 2000 00:28:48 +0000
(
00:28
+0000)
src/composite.c
patch
|
blob
|
history
diff --git
a/src/composite.c
b/src/composite.c
index 3379d594d281d54c5dd7f433dbebdc1d79f606d6..2ffc33d651eeb68c5fbc3c679a0fc29d09d3cbe7 100644
(file)
--- a/
src/composite.c
+++ b/
src/composite.c
@@
-498,7
+498,7
@@
update_compositions (from, to, check_mask)
run_composition_function (start, end, prop);
from = end;
}
- else if (from <
end
+ else if (from <
to
&& find_composition (from, -1, &start, &from, &prop, Qnil))
run_composition_function (start, from, prop);
}